OpenRoads Designer CONNECT Edition SDK Help

ProfileLine(DPoint3d, Double, Double) Constructor

Initializes a new instance of the ProfileLine class with origin, slope and delta X

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public ProfileLine( DPoint3d origin,double slope,double deltaX)

Parameters

SettingDescription
  DPoint3d
  
  

See Also